termido 0.1.2__py3-none-any.whl → 0.1.4__py3-none-any.whl

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.
termido/__version__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.1.2"
1
+ __version__ = "0.1.4"
termido/project.py CHANGED
@@ -47,4 +47,4 @@ class Project:
47
47
  def open(self):
48
48
  if not self.url:
49
49
  raise RuntimeError("Run go() before open()")
50
- webbrowser.open(self.url))
50
+ webbrowser.open(self.url)
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: termido
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Summary: Beginner-friendly Python library to publish HTML, CSS and JavaScript projects online
5
5
  Author: Shubham
6
6
  License: MIT
7
- Project-URL: Homepage, https://yourdomain.com
7
+ Project-URL: Homepage, https://termid.free.nf
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3 :: Only
10
10
  Classifier: License :: OSI Approved :: MIT License
@@ -0,0 +1,11 @@
1
+ termido/__init__.py,sha256=96PS3eFUfvNdC9iMzt_ElpFzOJ-imM0FO7gWN4pJ0bA,69
2
+ termido/__version__.py,sha256=JMD28FXYHc_TM03visyUSd3UA9FZAaJMRStnfZoq50Y,21
3
+ termido/auth.py,sha256=IgUnNrpAdIoVbGj2o88Nz6T7z-70epxYd_cU3VzQ0iA,598
4
+ termido/core.py,sha256=4BEaG8v4XuB58TRZAerSrpVE6qRaNsIuDEQ6zhoAzFo,517
5
+ termido/project.py,sha256=QWwo-awpDvMPzP67dIuqhY0mdeQsV2t6X6Z4AJp8jpw,1219
6
+ termido/utils.py,sha256=gCC5bFlxm5TuULiQ9VP6AqbgLkaw4k9haaIvDiOM-Vo,432
7
+ termido-0.1.4.dist-info/licenses/LICENSE,sha256=OPVfJu0iA9d6lS94CrFzex8yK3HNwlRFaJRISnUoFPA,1063
8
+ termido-0.1.4.dist-info/METADATA,sha256=2SmHxjXzirb_QxRr6t0yA5-_njSslQHDsvY4Z837Hj0,767
9
+ termido-0.1.4.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
10
+ termido-0.1.4.dist-info/top_level.txt,sha256=jOhVdrS4lZHjdrAG-wD7TC8rLtitGtGhUMgyv3Lmxkw,8
11
+ termido-0.1.4.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- termido/__init__.py,sha256=96PS3eFUfvNdC9iMzt_ElpFzOJ-imM0FO7gWN4pJ0bA,69
2
- termido/__version__.py,sha256=K5SiDdEGYMpdqXThrqwTqECJJBOQNTQDrnpc2K5mzKs,21
3
- termido/auth.py,sha256=IgUnNrpAdIoVbGj2o88Nz6T7z-70epxYd_cU3VzQ0iA,598
4
- termido/core.py,sha256=4BEaG8v4XuB58TRZAerSrpVE6qRaNsIuDEQ6zhoAzFo,517
5
- termido/project.py,sha256=Ah8IJSkVrThm72yU1A7lfFIMhRPX165AJRDA-vCz1yI,1220
6
- termido/utils.py,sha256=gCC5bFlxm5TuULiQ9VP6AqbgLkaw4k9haaIvDiOM-Vo,432
7
- termido-0.1.2.dist-info/licenses/LICENSE,sha256=OPVfJu0iA9d6lS94CrFzex8yK3HNwlRFaJRISnUoFPA,1063
8
- termido-0.1.2.dist-info/METADATA,sha256=C5fcLoOxWSVzctfqCE20NxhPafsuN5YG5xFzy-vm8pw,767
9
- termido-0.1.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
10
- termido-0.1.2.dist-info/top_level.txt,sha256=jOhVdrS4lZHjdrAG-wD7TC8rLtitGtGhUMgyv3Lmxkw,8
11
- termido-0.1.2.dist-info/RECORD,,