object Protocol
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Protocol
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Digest(md5: String, sha256: String) extends Product with Serializable
- case class Downloads(last_day: Int, last_month: Int, last_week: Int) extends Product with Serializable
- case class Info(author: String, author_email: String, bugtrack_url: Option[String], classifiers: List[String], description: String, description_content_type: String, docs_url: Option[String], download_url: String, downloads: Downloads, home_page: String, keywords: String, license: String, maintainer: String, maintainer_email: String, name: String, package_url: String, platform: String, project_url: String, project_urls: Option[ProjectUrl], release_url: String, requires_dist: List[String], requires_python: Option[String], summary: String, version: String) extends Product with Serializable
- case class ProjectUrl(Homepage: String) extends Product with Serializable
- case class PyPiProject(info: Info, last_serial: Long, releases: List[ReleaseVersion], urls: List[Release]) extends Product with Serializable
- case class PyPiRelease(title: String, link: String, description: String, pubDate: Date) extends Product with Serializable
- case class PyPiReleaseExt(title: String, link: String, description: String, pubDate: Date, project: PyPiProject) extends Product with Serializable
- case class Release(comment_text: String, digests: Digest, downloads: Double, filename: String, has_sig: Boolean, md5_digest: String, packagetype: String, python_version: String, requires_python: Option[String], size: Double, upload_time: Date, url: String) extends Product with Serializable
- case class ReleaseVersion(version: String, releases: List[Release]) extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )