-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pypi-template
43 lines (43 loc) · 1.17 KB
/
.pypi-template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
a_description_for_the_package: A Pythonic base for building interactive web applications
classifiers:
- 'Programming Language :: Python :: 3.8'
- 'Programming Language :: Python :: 3.9'
- 'Programming Language :: Python :: 3.10'
- 'Programming Language :: Python :: 3.11'
- 'Environment :: Web Environment'
- 'Intended Audience :: Developers'
- 'Topic :: Software Development :: Libraries :: Python Modules'
- 'License :: OSI Approved :: MIT License'
- 'Development Status :: 4 - Beta'
console_scripts: []
first_year_of_publication: '2020'
github_account: christophevg
github_repo_name: baseweb
keywords_describing_the_package: Flask Vue REST SocketIO
license: MIT
package_module_name: baseweb
package_name: baseweb
package_tagline: A Pythonic base for building interactive web applications
package_title: baseweb
readme: .github/README.md
requires:
- Flask
- Flask-RESTful
- Flask-SocketIO
- python-dotenv
- websocket-client
- python-engineio
- python-socketio
- dotmap
- pyfiglet
scripts: []
skip:
- docs
- tests
- (package_module_name)
- MANIFEST.in
- .gitignore
your_author_name: Christophe VG
your_email_address: [email protected]
your_full_name: Christophe VG
your_name: Christophe VG