Sypter is a simple front-end testing tool-set for Python
Explore the docs »
View Demo[coming up]
·
Report Bug
·
Request Feature
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.
This section should list any major frameworks/libraries used to bootstrap your project. (Leave any add-ons/plugins for the Acknowledgments section)
To get a local copy up and running follow these simple example steps.
- You need to have Python installed on your machine. Please check the supported versions in build section.
You can use Pip to install the package from git with following command:
pip install git+https://github.com/temurchichua/sypter.git
- 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
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
To Be Added
- Feature 1
- Nested Feature
See the open issues for a full list of proposed features (and known issues).
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
Distributed under the GNU GPLv3 . See LICENSE for more information.
Temur Chichua - @TemurChichua - contact@temurchichua.me
Project Link: https://github.com/temurchichua/sypter