About The Project
Our team was in need to find a straightforward HTML element testing framework for Python.
Unfortunately we didn't find one, so we decided to create our own.
(back to top)
Built With
This section should list any major frameworks/libraries used to bootstrap your project. (Leave any add-ons/plugins for the Acknowledgments section)
(back to top)
Getting Started
To get a local copy up and running follow these simple example steps.
Prerequisites
- You need to have Python installed on your machine. Please check the supported versions in build section.
Installation
For Usage
You can use Pip to install the package from git with following command:
pip install git+https://github.com/temurchichua/sypter.git
For local development
- Clone the repo
git clone https://github.com/temurchichua/sypter.git
- Create the virtual environment inside the repository. You can use virtualenv or venv for this purpose.
python -m venv venv
- Activate the virtual environment
source venv/bin/activate
- Install the dependencies
pip install -r requirements.txt
(back to top)
Usage
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
(back to top)
Roadmap
To Be Added
See the open issues for a full list of proposed features (and known issues).
(back to top)
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
(back to top)
License
Distributed under the GNU GPLv3 . See LICENSE for more information.
(back to top)
Contact
Temur Chichua - @TemurChichua - contact@temurchichua.com
Project Link: https://github.com/temurchichua/sypter
(back to top)
Acknowledgments
(back to top)