You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "A SDK for building applications with Outseta"
8
9
readme = "README.md"
9
-
long_description = """
10
-
# OutsetaPy : Outseta SDK for python
11
-
12
-
We created a Outseta SKD because we truely believe that outseta is the best membership management platorm in existance.
13
-
14
-
## Installation
15
-
16
-
pip install outsetapy
17
-
18
-
## Usage
19
-
20
-
OutsetaPy is a asynchronious library, so it has to run inside a async thread.
21
-
See ./examples/ to learn how to use it
22
-
23
-
## API Reference
24
-
25
-
Comming soon
26
-
27
-
## Contributing
28
-
29
-
Provide guidelines on how to contribute to your project.
10
+
requires-python = ">=3.8"
30
11
31
-
### Code formatting>
32
-
33
-
we use black to perform automatic code formatting, and flake8 for linting
34
-
35
-
## License
36
-
37
-
GNU AGPLv3
38
-
39
-
## Contact and Support
40
-
41
-
Support options can be found on our [Patreon](https://www.patreon.com/savelkouls)
42
-
If you are developing a startup, and need help with the development of your product? Send us a message on info@roborian.com and we will be able to help you with it.
0 commit comments