venvstudio-pro 0.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- venvstudio_pro-0.0.1/LICENSE +50 -0
- venvstudio_pro-0.0.1/PKG-INFO +25 -0
- venvstudio_pro-0.0.1/README.md +11 -0
- venvstudio_pro-0.0.1/pyproject.toml +28 -0
- venvstudio_pro-0.0.1/setup.cfg +4 -0
- venvstudio_pro-0.0.1/venvstudio_pro/__init__.py +6 -0
- venvstudio_pro-0.0.1/venvstudio_pro.egg-info/PKG-INFO +25 -0
- venvstudio_pro-0.0.1/venvstudio_pro.egg-info/SOURCES.txt +8 -0
- venvstudio_pro-0.0.1/venvstudio_pro.egg-info/dependency_links.txt +1 -0
- venvstudio_pro-0.0.1/venvstudio_pro.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
VenvStudio Pro — Proprietary Software Licence
|
|
2
|
+
Copyright (c) 2026 Bayram Kotan. All rights reserved.
|
|
3
|
+
|
|
4
|
+
This software is licensed, not sold. It is not open source.
|
|
5
|
+
|
|
6
|
+
1. GRANT
|
|
7
|
+
Subject to payment of the applicable fee and to the terms below, the
|
|
8
|
+
Licensor grants the Licensee a non-exclusive, non-transferable licence to
|
|
9
|
+
install and use one copy of VenvStudio Pro per licensed seat.
|
|
10
|
+
|
|
11
|
+
2. RESTRICTIONS
|
|
12
|
+
The Licensee shall not copy, distribute, sublicense, rent, lease, or make
|
|
13
|
+
the software available to third parties; shall not reverse engineer,
|
|
14
|
+
decompile, or disassemble it except to the extent that applicable law
|
|
15
|
+
expressly permits; and shall not remove or alter any notice of ownership.
|
|
16
|
+
|
|
17
|
+
3. OWNERSHIP
|
|
18
|
+
The software is protected by copyright. This licence transfers no title.
|
|
19
|
+
|
|
20
|
+
4. TERM
|
|
21
|
+
A subscription licence runs for the period paid for and ends if that
|
|
22
|
+
period lapses. The Licensor may terminate the licence on a material
|
|
23
|
+
breach that is not remedied within thirty days of written notice. On
|
|
24
|
+
termination the Licensee shall stop using the software and remove all
|
|
25
|
+
copies.
|
|
26
|
+
|
|
27
|
+
5. NO WARRANTY
|
|
28
|
+
The software is provided "as is", without warranty of any kind, express
|
|
29
|
+
or implied, including but not limited to the warranties of
|
|
30
|
+
merchantability, fitness for a particular purpose and noninfringement.
|
|
31
|
+
|
|
32
|
+
6. LIMITATION OF LIABILITY
|
|
33
|
+
To the extent permitted by law, the Licensor's total liability arising
|
|
34
|
+
out of or relating to this licence shall not exceed the amount paid by
|
|
35
|
+
the Licensee in the twelve months preceding the claim, and the Licensor
|
|
36
|
+
shall not be liable for indirect, incidental, special or consequential
|
|
37
|
+
damages, or for loss of data or profits.
|
|
38
|
+
|
|
39
|
+
Nothing in this licence limits liability that cannot be limited under
|
|
40
|
+
the applicable law.
|
|
41
|
+
|
|
42
|
+
7. THIRD-PARTY COMPONENTS
|
|
43
|
+
This software uses third-party components under their own licences. See
|
|
44
|
+
NOTICE.md, which forms part of this licence.
|
|
45
|
+
|
|
46
|
+
8. GOVERNING LAW
|
|
47
|
+
This licence is governed by the laws of the Republic of Türkiye, and the
|
|
48
|
+
courts of Ankara shall have jurisdiction.
|
|
49
|
+
|
|
50
|
+
Contact: bayramkotan@outlook.com
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: venvstudio-pro
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Reserved for VenvStudio Pro — the commercial build of VenvStudio
|
|
5
|
+
Author-email: Bayram Kotan <bayramkotan@outlook.com>
|
|
6
|
+
License-Expression: LicenseRef-Proprietary
|
|
7
|
+
Project-URL: Homepage, https://github.com/bayramkotan/VenvStudio
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Requires-Python: >=3.10
|
|
11
|
+
Description-Content-Type: text/markdown
|
|
12
|
+
License-File: LICENSE
|
|
13
|
+
Dynamic: license-file
|
|
14
|
+
|
|
15
|
+
# VenvStudio Pro
|
|
16
|
+
|
|
17
|
+
Reserved for the commercial build of
|
|
18
|
+
[VenvStudio](https://github.com/bayramkotan/VenvStudio).
|
|
19
|
+
|
|
20
|
+
This release claims the name and does nothing else. The free build is
|
|
21
|
+
available now:
|
|
22
|
+
|
|
23
|
+
pip install venvstudio
|
|
24
|
+
|
|
25
|
+
Contact: bayramkotan@outlook.com
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# VenvStudio Pro
|
|
2
|
+
|
|
3
|
+
Reserved for the commercial build of
|
|
4
|
+
[VenvStudio](https://github.com/bayramkotan/VenvStudio).
|
|
5
|
+
|
|
6
|
+
This release claims the name and does nothing else. The free build is
|
|
7
|
+
available now:
|
|
8
|
+
|
|
9
|
+
pip install venvstudio
|
|
10
|
+
|
|
11
|
+
Contact: bayramkotan@outlook.com
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68.0", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "venvstudio-pro"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "Reserved for VenvStudio Pro — the commercial build of VenvStudio"
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
license = "LicenseRef-Proprietary"
|
|
11
|
+
license-files = ["LICENSE"]
|
|
12
|
+
authors = [{name = "Bayram Kotan", email = "bayramkotan@outlook.com"}]
|
|
13
|
+
requires-python = ">=3.10"
|
|
14
|
+
classifiers = [
|
|
15
|
+
"Development Status :: 1 - Planning",
|
|
16
|
+
"Programming Language :: Python :: 3",
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
# NO [project.scripts]. The free venvstudio package owns the `vs` command and
|
|
20
|
+
# hands over to this one when it is installed; two packages writing the same
|
|
21
|
+
# script file means pip gives it to whichever went in last, which changes on
|
|
22
|
+
# every upgrade of either.
|
|
23
|
+
|
|
24
|
+
[project.urls]
|
|
25
|
+
Homepage = "https://github.com/bayramkotan/VenvStudio"
|
|
26
|
+
|
|
27
|
+
[tool.setuptools]
|
|
28
|
+
packages = ["venvstudio_pro"]
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: venvstudio-pro
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Reserved for VenvStudio Pro — the commercial build of VenvStudio
|
|
5
|
+
Author-email: Bayram Kotan <bayramkotan@outlook.com>
|
|
6
|
+
License-Expression: LicenseRef-Proprietary
|
|
7
|
+
Project-URL: Homepage, https://github.com/bayramkotan/VenvStudio
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Requires-Python: >=3.10
|
|
11
|
+
Description-Content-Type: text/markdown
|
|
12
|
+
License-File: LICENSE
|
|
13
|
+
Dynamic: license-file
|
|
14
|
+
|
|
15
|
+
# VenvStudio Pro
|
|
16
|
+
|
|
17
|
+
Reserved for the commercial build of
|
|
18
|
+
[VenvStudio](https://github.com/bayramkotan/VenvStudio).
|
|
19
|
+
|
|
20
|
+
This release claims the name and does nothing else. The free build is
|
|
21
|
+
available now:
|
|
22
|
+
|
|
23
|
+
pip install venvstudio
|
|
24
|
+
|
|
25
|
+
Contact: bayramkotan@outlook.com
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
venvstudio_pro
|